DELETE method
am 06.10.2009 02:15:07 von Jeff Dyke--0016e64b93326ca95a0475391fd9
Content-Type: text/plain; charset=ISO-8859-1
I'm trying to put together a REST-ful application and am having a hard time
getting apache configured to take DELETE's. I have in the virtual host
file:
AllowOverride All
Options All
Order allow,deny
Allow from all
I only added this configuruation after it was first denied, thinking i had
to enable it. I'm using apache 2.2.13. This directory is also named as a
WSGIScriptAlias /wsgi /path/to/directory. POST/GET works fine, have not yet
tried PUT.
Thanks for what is sure to be a simple solution.
Jeff
--0016e64b93326ca95a0475391fd9
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I'm trying to put together a REST-ful application and am having a hard =
time getting apache configured to take DELETE's.=A0 I have in the virtu=
al host file:
<Directory /path/to/directory />
=A0=
AllowOverride All
=A0 Options All
=A0 <Limit DELETE=
GET PUT POST >
=A0 Order allow,deny
> =A0 Allow from all
=A0 =
</Limit>
=A0 </Directory>
I only added this con=
figuruation after it was first denied, thinking i had to enable it.=A0 I=
9;m using apache 2.2.13.=A0 This directory is also named as a WSGIScriptAli=
as /wsgi /path/to/directory.=A0 POST/GET works fine, have not yet tried PUT=
..=A0
Thanks for what is sure to be a simple solution.
Jeff
--0016e64b93326ca95a0475391fd9--